object FormAbou: TFormAbou Left = 371 Top = 161 BorderStyle = bsDialog Caption = 'O programu' ClientHeight = 189 ClientWidth = 285 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poMainFormCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 281 Height = 143 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object L_AUTOR_TITL: TLabel Left = 73 Top = 40 Width = 58 Height = 13 Caption = 'Copyright:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object L_VERZE: TLabel Left = 136 Top = 24 Width = 19 Height = 13 Caption = '1.xx' end object L_PRODUKT: TLabel Left = 73 Top = 8 Width = 56 Height = 13 Caption = 'ScriptCad' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object ProgramIcon: TImage Left = 16 Top = 8 Width = 41 Height = 41 Picture.Data = {} Stretch = True IsControl = True end object L_VERZE_TITL: TLabel Left = 73 Top = 24 Width = 37 Height = 13 Caption = 'Verze:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object L_AUTHOR: TLabel Left = 136 Top = 40 Width = 130 Height = 13 Caption = 'Ing. Roman VINCZE (2006)' end object L_USER_TITL: TLabel Left = 16 Top = 88 Width = 51 Height = 13 Caption = 'U�ivatel:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object L_USER: TLabel Left = 104 Top = 88 Width = 42 Height = 13 Caption = 'L_USER' end object L_LICNUMBER: TLabel Left = 104 Top = 104 Width = 75 Height = 13 Caption = 'L_LICNUMBER' end object L_LICNUMBER_TITL: TLabel Left = 16 Top = 104 Width = 62 Height = 13 Caption = '�. licence:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object L_LICMANY_TITL: TLabel Left = 16 Top = 120 Width = 80 Height = 13 Caption = 'Po�et licenc�:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object L_LICMANY: TLabel Left = 104 Top = 120 Width = 59 Height = 13 Caption = 'L_LICMANY' end object Bevel1: TBevel Left = 73 Top = 76 Width = 195 Height = 3 Shape = bsBottomLine Style = bsRaised end object L_EMAIL_CAPT: TLabel Left = 136 Top = 56 Width = 30 Height = 13 Caption = 'e-mail:' end object L_EMAIL: TLabel Left = 171 Top = 56 Width = 57 Height = 13 Caption = 'vin@ggg.cz' end end object OKButton: TButton Left = 103 Top = 156 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end